-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: add action for python linting and formatting #12
Conversation
99f2ae4
to
eb9ca79
Compare
Signed-off-by: Nathan Weinberg <[email protected]>
eb9ca79
to
e9d7b02
Compare
Only CI failure here is due to #6 |
We should also add the |
You also need to add a |
As part of this PR or as a followup?
That path doesn't exist - do you mean |
Signed-off-by: Nathan Weinberg <[email protected]>
Signed-off-by: Nathan Weinberg <[email protected]>
@bjhargrave since the MyPy PR merged in the other repo I went ahead and added it to this PR |
…on checks This is a slight reorg I just think makes more sense - anyone touching Python code can run `make verify` as a simple sanity check for their code. Spellcheck is more Markdown-specific and already has its own Makefile command so replaced 'spellcheck' with the new 'mypy` tox env Signed-off-by: Nathan Weinberg <[email protected]>
Implemented this locally in #7 but missed this action